Tweak windows build target.
rm -fr /tmp/gpsbabel-$(VERSIOND)-cross
cp -a gpsbabel-$(VERSIOND) /tmp/gpsbabel-$(VERSIOND)-cross
cd /tmp/gpsbabel-$(VERSIOND)-cross ; \
- CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make
+ CC=i386-mingw32-gcc LDFLAGS="-s" ./configure --target=i386-pc-mingw32 --with-cet=all --with-expathdr=mingw/include --with-libexpat=mingw/lib && make && \
zip -j /tmp/gpsbabel-$(VERSIOND).zip $(WINFILES)
+ rm -fr /tmp/gpsbabel-$(VERSIOND)-cross
release-upload:
@(. tools/functions && ask "Type yes if you want to do the upload now" "yes" )
********************************************************************/
#include "gps.h"
#include "gpsserial.h"
+#include "../gbser.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "defs.h"
#include "magellan.h"
+#include "gbser.h"
static int bitrate = 4800;
static int wptcmtcnt;